'Declaration Public Function New( _ ByVal first As Integer, _ ByVal last As Integer, _ ByVal fields As IEnumerable(Of String) _ )
'Declaration
Public Function New( _ ByVal first As Integer, _ ByVal last As Integer, _ ByVal fields As IEnumerable(Of String) _ )
public CustomItemRange( int first, int last, IEnumerable<string> fields )
CustomItemRange Class CustomItemRange Members Overload List